home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung 2 / Power-Programmierung CD 2 (Tewi)(1994).iso / gnu / djgpp / src / libgplus.5 / libgplus / old-stre / stream.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-01-17  |  187 b   |  13 lines

  1. /* ostream.h and istream.h now separately includable */
  2.  
  3. #ifndef _stream_h
  4. #ifdef __GNUG__
  5. #pragma interface
  6. #endif
  7. #define _stream_h 1
  8.  
  9. #include <ostream.h>
  10. #include <istream.h>
  11.  
  12. #endif
  13.